home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global var1, var2
- if chars(var2, 6, 7) = "9." then
- if var1 <= 17 then
- set the visible of sprite 26 to 1
- end if
- if var1 > 17 then
- set the visible of sprite 27 to 1
- end if
- end if
- if chars(var2, 6, 7) = "10" then
- if var1 <= 27 then
- set the visible of sprite 28 to 1
- end if
- if var1 > 27 then
- set the visible of sprite 29 to 1
- end if
- end if
- if chars(var2, 6, 7) = "11" then
- set the visible of sprite 29 to 1
- end if
- end
-
- on exitFrame
- general()
- go(#loop)
- end
-